summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/wlan/wlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/wlan/wlan.h')
-rw-r--r--src/core/hle/service/wlan/wlan.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/core/hle/service/wlan/wlan.h b/src/core/hle/service/wlan/wlan.h
deleted file mode 100644
index 535c3bf0d..000000000
--- a/src/core/hle/service/wlan/wlan.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-namespace Core {
-class System;
-}
-
-namespace Service::SM {
-class ServiceManager;
-}
-
-namespace Service::WLAN {
-
-void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
-
-} // namespace Service::WLAN